home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / pmathlib / pmlsrc21.zoo / pmltests / makefile.tos < prev    next >
Encoding:
Makefile  |  1992-03-27  |  137 b   |  11 lines

  1. CC = cgcc
  2.  
  3. all:
  4.     make -f makefile.pml CC=cgcc LD=cgcc
  5. #
  6. #    Clean up the directory.
  7. #
  8.  
  9. clean:
  10.     rm -f *.ttp *.BAK *.bak *.tmp nohup.out *.o
  11.